home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-03 | 1.6 KB | 50 lines | [TEXT/KAHL] |
- THINK C 4.0.2 UPDATE INSTRUCTIONS
- =================================
- Copyright © 1990 Symantec Corporation. All rights reserved.
- 4/3/90
-
- INTRODUCTION
- ============
- This update transforms your existing THINK C 4.0 application to
- THINK C 4.0.2. The fixes are summarized below.
-
- •• IMPORTANT
- This update is identical to the THINK C 4.0.1
- update released on 3/15/90, but with a new
- version number.
-
-
- HOW TO USE IT
- =============
- 0. Make sure that you have your original THINK C application.
- You won't need it for this update, but you should make
- sure that you have a backup in case the update fails.
-
- 1. Double-click on the patch program "THINK C => 4.0.1" to
- launch it. Click on the Update THINK C button to continue.
-
- 2. Find your existing copy of THINK C in your THINK C Folder.
- Select it and click on the Patch button.
-
- 3. If the patch was successful, you'll get a confirmation.
-
-
- SUMMARY OF THE CHANGES
- ======================
- 1. The 68881 instructions FSINCOS and FDBcc were left out
- of THINK C 4.0. This patch adds them.
-
- 2. The MOVEP instruction would generate an error if the
- offset applied to the address register was zero.
- For example, "MOVEP 1(a0),d0" would assemble, but
- "MOVEP 0(a0),d0" wouldn't.
-
- 3. An incompatibility with OnCue under MultiFinder has been
- fixed.
-
- 4. The "MF Attrs" pop-up menu has been updated to reflect
- all bits currently defined by Apple in the SIZE resource.
- Use with care - backGroundOnly, for example, is there so you
- can set the option; the THINK C Debugger won't necessarily
- be able to debug such an application properly.
-